home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / GE550I.L2 < prev    next >
Encoding:
Text File  |  1996-04-01  |  2.8 KB  |  102 lines

  1. name GE 550 Inc
  2.  
  3. N 3
  4. G >2
  5. X ->3.4
  6. Z ->3.4
  7. D 2
  8. I ->3.4
  9. K ->3.4
  10. F >3.3
  11. A >3.3 F
  12. S 2
  13. T 3
  14.  
  15. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  16.  
  17. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  18.  
  19. Incremental? Y                        # Y or N  'Inc or abs output        
  20.  
  21. HCode Z                               # X or X U  'Horizontal char.       
  22. VCode X                               # Y or Y V  'Vertical char.         
  23. FeedCode F                            # Feed rate char.                   
  24. Comment ( )                           # Begin End comment char.           
  25.  
  26. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  27. Coolant 8 9 7                         # On, Off & Mist m codes            
  28.  
  29. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  30. ByQuadrants? Y                        # Y or N  'Break arcs at quadrants  
  31.  
  32. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  33.  
  34. Inch/MM 20 21                         # Inch & Metric g codes             
  35.  
  36. CtrCode K I                           # I J or R or I J K L               
  37.  
  38. Feed                                  # Linear move                       
  39. Rapid A0.1                            # Rapid positioning word            
  40. Cw                                    # Circular move clockwise           
  41. Ccw                                   # Circular move counter clockwise   
  42.  
  43. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  44.  
  45.  
  46. Drill                                 # Drilling canned/manual cycle      
  47. Z[Depth] F[FRate]
  48. Z[H] A0.1
  49. end
  50.  
  51. AutoThread                            # Automatic thread canned cycle     
  52. G33
  53. End
  54.  
  55. Peck                                  # Pecking canned/manual cycle       
  56. none
  57. end
  58.  
  59. Tap                                   # Tapping canned/manual cycle       
  60. Z[H] F[FRate]
  61. end cancel
  62.  
  63. Ream                                  # Reaming canned/manual cycle       
  64. Z[H] F[FRate]
  65. end cancel
  66.  
  67. Bore                                  # Boring canned/manual cycle        
  68. Z[H] F[FRate]
  69. Z[SClear] A0.1
  70. end
  71.  
  72. Cancel                                # Cancel a canned/manual cycle      
  73. end
  74.  
  75. StartCode                             # Start of the program              
  76. End
  77.  
  78. 1stToolChange                         # First tool change                 
  79. S9 T[Tool]
  80. X[V] Z[H] A0.1
  81. End
  82.  
  83. Infeed                                # Enable cutter comp                
  84. X[V] Z[H] D[Dcomp] F[FRate]
  85. end
  86.  
  87. Outfeed                               # Disable cutter comp               
  88. X[V] Z[H]
  89. end
  90.  
  91. ToolChange                            # Secondary tool changes            
  92. T0
  93. X[ToolV] Z[ToolH] A0.1
  94. S9 T[Tool]
  95. X[V] Z[H]
  96. End
  97.  
  98. EndCode                               # End of the program                
  99. T0
  100. X[ToolV] Z[ToolH] A0.1
  101. End
  102.